curl --request GET \
--url https://api.hyperline.co/v1/users/roles/{id} \
--header 'Authorization: Bearer <token>'{
"id": "rol_DKL4Xcb5VSa8CQ",
"name": "Admin",
"description": null,
"is_default": false
}Retrieve the details of an existing user role.
curl --request GET \
--url https://api.hyperline.co/v1/users/roles/{id} \
--header 'Authorization: Bearer <token>'{
"id": "rol_DKL4Xcb5VSa8CQ",
"name": "Admin",
"description": null,
"is_default": false
}Documentation Index
Fetch the complete documentation index at: https://docs.hyperline.co/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?